Revision: dftk--beta--0.4.0--patch-9
Archive: duck@duckcorp.org--duckcorp-rtpnet-projects
Creator: Duck <Duck@DuckCorp.org>
Date: Fri Dec  5 03:38:32 CET 2003
Standard-date: 2003-12-05 02:38:32 GMT
Modified-files: program/output/dftk_output_base.php
    program/output/dftk_output_logfile.php
    program/output/dftk_output_oneshot.php
    program/output/dftk_output_stdout.php
    program/trace/dftk_da_trace.php
    program/trace/dftk_da_trace_manager.php
New-patches: duck@duckcorp.org--duckcorp-rtpnet-projects/dftk--beta--0.4.0--patch-9
Summary: Fixed bugs and added simple Output support for Traces
Keywords: 

Fixed bugs :
 + get_debug_msg (only last event was displayed)
 + erroneous comments in DftkOutputOneshot
 + erroneous comments in DftkDaTrace
 + [DftkOutput*] Now flush_output clears the content for next usage.

Now an Output can be setup and modified for a DftkTraceManager, and so every Trace
generated with this manager, at any time.
A trace can then generate an output using the 'gen_output' method.

